projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1687d
)
(compilation-error-regexp-alist): Stricter Lucid regexp.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jun 1994 18:15:13 +0000
(18:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jun 1994 18:15:13 +0000
(18:15 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index e9fc213c98b813c3e73d94ac7e712efe552fad3b..1ab5589a28c4bba76f0ae333356f02f5e23b8235 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-161,7
+161,7
@@
of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
;; Lucid Compiler, lcc 3.x
;; E, file.cc(35,52) Illegal operation on pointers
- ("
[A-Z], \\([^(
]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3)
+ ("
\n[EW], \\([^(\n
]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3)
)
"Alist that specifies how to match errors in compiler output.